home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-09 | 922 b | 31 lines | [TEXT/GEOL] |
- Item 8645655 7-March-90 18:59PST
-
- From: FRIEDRICH1 Friedrich, Steve
-
- To: SATORI Satori SW, Hugh Rogovy,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: Perm vs. Temp Memory
-
- Well,
- Either you misread the 2.0b9 documentation or it was miswritten.
-
- >I will be in danger of having the handle purged out from under me by
- the MacApp memory manager...even if I have specifically set the handle to be
- non-purgeable.
-
- Answer: No.
-
- >We were using NEWHANDLE
-
- Answer: Yes, use NewPermHandle for any "user" allocated structures.
- Unprotected NewHandle calls should really be provided through a MacApp routine
- named NewTempHandle for clarity (in next release they will be). See Curt
- Bianchi's excellent article on MMM (MacApp Memory Management) in a recent
- special Macintosh issue of Dr. Dobb's.
-
- Regards,
- Steve
-
-